From d0d476523bf7edd55d5064641432893b441784e6 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 13 Feb 2009 19:11:38 +0900 Subject: [PATCH] [IA64] remove a warning. This patch remove the following warning. mca.c:1928: warning: unused variable 'irq' Signed-off-by: Isaku Yamahata --- xen/arch/ia64/linux-xen/mca.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/ia64/linux-xen/mca.c b/xen/arch/ia64/linux-xen/mca.c index 8de706d795..d682e90d69 100644 --- a/xen/arch/ia64/linux-xen/mca.c +++ b/xen/arch/ia64/linux-xen/mca.c @@ -1925,7 +1925,9 @@ ia64_mca_late_init(void) { irq_desc_t *desc; +#ifndef XEN unsigned int irq; +#endif if (cpe_vector >= 0) { /* If platform supports CPEI, enable the irq. */ -- 2.30.2